projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d63684
)
Seal the private member.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:32 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:32 +0000
(10:59 +0000)
* gtk/gtkfilechooserwidget.h: Seal the private member.
svn path=/trunk/; revision=20508
gtk/gtkfilechooserwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.h
b/gtk/gtkfilechooserwidget.h
index 20db97810c06718d751fc1961c1335eb5c5eb6db..1dedeb7a430d89fdfcbb581eef9d2e8a8a68c517 100644
(file)
--- a/
gtk/gtkfilechooserwidget.h
+++ b/
gtk/gtkfilechooserwidget.h
@@
-45,7
+45,7
@@
struct _GtkFileChooserWidget
{
GtkVBox parent_instance;
- GtkFileChooserWidgetPrivate *
priv
;
+ GtkFileChooserWidgetPrivate *
GSEAL (priv)
;
};
struct _GtkFileChooserWidgetClass